<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
	<link rel="stylesheet" href="<txp:css />" type="text/css" />
	<title><txp:page_title /></title>
	<link rel="alternate" type="application/atom+xml" href="<txp:site_url />atom/" title="<txp:sitename /> - Archivo de suscripcin" />

</head>
<body>

<div id="contenedor">

<!-- cabeza -->
<txp:output_form form="header" />

<!-- izquierda -->
<div id="contenidos">

<div id="textos">

	<txp:article limit="1" />

<txp:if_individual_article>
<p>
<txp:link_to_prev><txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /></txp:link_to_next>
</p>
</txp:if_individual_article>
<txp:if_article_list>
<p>
<txp:older>Anteriores</txp:older>
<txp:newer>Siguientes</txp:newer>
</p>
</txp:if_article_list>

</div><!-- /#textos -->

<!-- derecha -->
<txp:output_form form="sidebar" />

</div><!-- /#contenidos -->

<!-- pie -->
<txp:output_form form="footer" />

</div><!-- /#contenedor -->

</body>
</html>